home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Glary Utilities
/
gusetup.exe
/
{app}
/
winstd.exe
/
RCDATA
/
TFORM1
/
TFORM1.txt
< prev
Wrap
Text File
|
2010-01-14
|
6KB
|
223 lines
object Form1: TForm1
Left = 275
Top = 187
BorderStyle = bsDialog
Caption = 'Windows Standard Tools'
ClientHeight = 457
ClientWidth = 580
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel5: TBevel
Left = 8
Top = 302
Width = 561
Height = 74
Shape = bsBottomLine
end
object Bevel4: TBevel
Left = 8
Top = 239
Width = 561
Height = 55
Shape = bsBottomLine
end
object Bevel3: TBevel
Left = 8
Top = 123
Width = 561
Height = 105
Shape = bsBottomLine
end
object Bevel2: TBevel
Left = 8
Top = 57
Width = 561
Height = 64
Shape = bsBottomLine
end
object lbChkdsk: TLabel
Left = 136
Top = 72
Width = 422
Height = 39
AutoSize = False
Caption =
'A command-line tool that checks volumes for problems. The tool t' +
'hen tries to repair any that it finds. For example, it can repai' +
'r problems related to bad sectors, lost clusters, cross-linked f' +
'iles, and directory errors.'
Transparent = True
WordWrap = True
end
object lbDefrag: TLabel
Left = 136
Top = 127
Width = 422
Height = 91
AutoSize = False
Caption =
'When a program is installed on your computer, the program'#39's file' +
's may be broken up over multiple locations on your hard disk. Th' +
'is is called fragmentation. If fragmentation occurs on your hard' +
' disk, the performance of programs on your computer is slower. T' +
'he Disk Defragmenter tool optimizes the performance of your comp' +
'uter by reorganizing the files on your hard disk into contiguous' +
' blocks. When the Disk Defragmenter tool completes the defragmen' +
'tation of files on your hard disk, the performance of your progr' +
'ams is faster because the files are arranged closer together. '
Transparent = True
WordWrap = True
end
object lbRestore: TLabel
Left = 136
Top = 234
Width = 413
Height = 52
AutoSize = False
Caption =
'Every time you download or install a new game, application, or s' +
'oftware update, you make changes to your computer. Sometimes tha' +
't change may make your system unstable. Have you ever wanted to ' +
'go back to the way it was? With System Restore, you can.'
Transparent = True
WordWrap = True
end
object lbSFC: TLabel
Left = 136
Top = 301
Width = 433
Height = 65
AutoSize = False
Caption =
'System File Checker gives an administrator the ability to scan a' +
'll protected files to verify their versions. If System File Chec' +
'ker discovers that a protected file has been overwritten, it ret' +
'rieves the correct version of the file from the cache folder (%S' +
'ystemroot%\System32\Dllcache) or the Windows installation source' +
' files, and then replaces the incorrect file. '
Transparent = True
WordWrap = True
end
object lbBackup: TLabel
Left = 136
Top = 385
Width = 417
Height = 26
AutoSize = False
Caption =
'The Backup utility helps you protect data from accidental loss i' +
'f your system experiences hardware or storage media failure.'
Transparent = True
WordWrap = True
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 580
Height = 57
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Image1: TImage
Left = 0
Top = 0
Width = 580
Height = 57
Align = alClient
Picture.Data = {<image000.TPNGObject>}
end
object lbTitle: TLabel
Left = 24
Top = 10
Width = 159
Height = 16
Caption = 'Windows Standard Tools'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Image2: TImage
Left = 521
Top = 11
Width = 40
Height = 34
Picture.Data = {<image001.ico>}
end
object lbTitle2: TLabel
Left = 24
Top = 32
Width = 453
Height = 13
Caption =
'Windows default functions that can help you to keep your system ' +
'stable and running smoothly'
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Transparent = True
end
end
object btnChkDsk: TBitBtn
Left = 16
Top = 78
Width = 105
Height = 33
Caption = 'CheckDisk'
TabOrder = 1
OnClick = btnChkDskClick
end
object btnDefrag: TBitBtn
Left = 16
Top = 134
Width = 105
Height = 33
Caption = 'Disk Defragmenter'
TabOrder = 2
OnClick = btnDefragClick
end
object btnRestore: TBitBtn
Left = 16
Top = 241
Width = 105
Height = 33
Caption = 'System Restore'
TabOrder = 3
OnClick = btnRestoreClick
end
object btnSFC: TBitBtn
Left = 16
Top = 307
Width = 105
Height = 33
Caption = 'System File Checker'
TabOrder = 4
OnClick = btnSFCClick
end
object btnBackup: TBitBtn
Left = 16
Top = 389
Width = 105
Height = 33
Caption = 'Backup'
TabOrder = 5
OnClick = btnBackupClick
end
end